.contact-banner {
    padding: 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: center;
}

.contact-inner {
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
}

.contact-top p {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    letter-spacing: 0;
}

.phone-number {
    font-weight: 500;
    font-size: 35px;
    line-height: 60px;
    color: #000;
    letter-spacing: 2.8px;
    text-decoration: none;
}
.assessment_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 300px;
    max-width: 350px;
    height: 60px;
    background-color: #dc000c;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    transition: opacity 0.25s ease;
}

/* ▼ ホバー時：半透明に */
.assessment_button:hover {
    opacity: 0.7;
}

.fa-phone:before {
    font-size: 35px;
    position: relative;
    top: 11px;
}

.times p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
}

.contact-under {
    display: flex;
    justify-content: flex-start;
    background-color: #ffffff;
    gap: 8px;
}
.contact-banner::after {
    content: "Contact";
    position: absolute;
    top: 9px;
    left: 0;
    transform: translate(0%, -100%);
    font-size: 72px;
    font-weight: 700;
    font-family: "Century Gothic", sans-serif;
    color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    z-index: 0;
    line-height: 1;
}

.phone-icon img {
    width: 54px;
    height: auto;
    display: block;
    filter: brightness(0) invert(0);
    margin-top: 14px;
}
